added samples
[windows-sources.git] / sdk / samples / all in on code / Visual Studio 2008 / CSVSPackageStatusBar / VSPackage.resx
blob209614fd34cc768aab4d476d30d1724ae53a3ad4
1 <?xml version="1.0" encoding="utf-8"?>
2 <!--
3 VS SDK Notes: This resx file contains the resources that will be consumed from your package by Visual Studio.
4 For example, Visual Studio will attempt to load resource '400' from this resource stream when it needs to
5 load your package's icon. Because Visual Studio will always look in the VSPackage.resources stream first for
6 resources it needs, you should put additional resources that Visual Studio will load directly into this resx
7 file.
9 For example, when you obtain a Package Load Key in order to deploy your package to computers without the
10 Visual Studio SDK, it should exist as a resource in this file.
12 Resources that you would like to access directly from your package in a strong-typed fashion should be stored
13 in Resources.resx or another resx file.
14 -->
15 <root>
16 <!--
17 Microsoft ResX Schema
19 Version 2.0
21 The primary goals of this format is to allow a simple XML format
22 that is mostly human readable. The generation and parsing of the
23 various data types are done through the TypeConverter classes
24 associated with the data types.
26 Example:
28 ... ado.net/XML headers & schema ...
29 <resheader name="resmimetype">text/microsoft-resx</resheader>
30 <resheader name="version">2.0</resheader>
31 <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
32 <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
33 <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
34 <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
35 <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
36 <value>[base64 mime encoded serialized .NET Framework object]</value>
37 </data>
38 <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
39 <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
40 <comment>This is a comment</comment>
41 </data>
43 There are any number of "resheader" rows that contain simple
44 name/value pairs.
46 Each data row contains a name, and value. The row also contains a
47 type or mimetype. Type corresponds to a .NET class that support
48 text/value conversion through the TypeConverter architecture.
49 Classes that don't support this are serialized and stored with the
50 mimetype set.
52 The mimetype is used for serialized objects, and tells the
53 ResXResourceReader how to depersist the object. This is currently not
54 extensible. For a given mimetype the value must be set accordingly:
56 Note - application/x-microsoft.net.object.binary.base64 is the format
57 that the ResXResourceWriter will generate, however the reader can
58 read any of the formats listed below.
60 mimetype: application/x-microsoft.net.object.binary.base64
61 value : The object must be serialized with
62 : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
63 : and then encoded with base64 encoding.
65 mimetype: application/x-microsoft.net.object.soap.base64
66 value : The object must be serialized with
67 : System.Runtime.Serialization.Formatters.Soap.SoapFormatter
68 : and then encoded with base64 encoding.
70 mimetype: application/x-microsoft.net.object.bytearray.base64
71 value : The object must be serialized into a byte array
72 : using a System.ComponentModel.TypeConverter
73 : and then encoded with base64 encoding.
74 -->
75 <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
76 <xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
77 <xsd:element name="root" msdata:IsDataSet="true">
78 <xsd:complexType>
79 <xsd:choice maxOccurs="unbounded">
80 <xsd:element name="metadata">
81 <xsd:complexType>
82 <xsd:sequence>
83 <xsd:element name="value" type="xsd:string" minOccurs="0" />
84 </xsd:sequence>
85 <xsd:attribute name="name" use="required" type="xsd:string" />
86 <xsd:attribute name="type" type="xsd:string" />
87 <xsd:attribute name="mimetype" type="xsd:string" />
88 <xsd:attribute ref="xml:space" />
89 </xsd:complexType>
90 </xsd:element>
91 <xsd:element name="assembly">
92 <xsd:complexType>
93 <xsd:attribute name="alias" type="xsd:string" />
94 <xsd:attribute name="name" type="xsd:string" />
95 </xsd:complexType>
96 </xsd:element>
97 <xsd:element name="data">
98 <xsd:complexType>
99 <xsd:sequence>
100 <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
101 <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
102 </xsd:sequence>
103 <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
104 <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
105 <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
106 <xsd:attribute ref="xml:space" />
107 </xsd:complexType>
108 </xsd:element>
109 <xsd:element name="resheader">
110 <xsd:complexType>
111 <xsd:sequence>
112 <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
113 </xsd:sequence>
114 <xsd:attribute name="name" type="xsd:string" use="required" />
115 </xsd:complexType>
116 </xsd:element>
117 </xsd:choice>
118 </xsd:complexType>
119 </xsd:element>
120 </xsd:schema>
121 <resheader name="resmimetype">
122 <value>text/microsoft-resx</value>
123 </resheader>
124 <resheader name="version">
125 <value>2.0</value>
126 </resheader>
127 <resheader name="reader">
128 <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
129 </resheader>
130 <resheader name="writer">
131 <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
132 </resheader>
133 <assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
134 <data name="110" xml:space="preserve">
135 <value>Package Name</value>
136 </data>
137 <data name="112" xml:space="preserve">
138 <value>Information about my package</value>
139 </data>
140 <data name="400" type="System.Resources.ResXFileRef, System.Windows.Forms">
141 <value>Resources\Package.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
142 </data>
143 <data name="301" type="System.Resources.ResXFileRef, System.Windows.Forms">
144 <value>Resources\Images_24bit.bmp;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
145 </data>
146 </root>